home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / demos / VisualAge for Java 2.0 Entry / setup / data1.cab / ide-e / IDE / cache / F0FLXC (.txt) < prev    next >
Encoding:
Java Class File  |  1998-09-16  |  447 b   |  11 lines

  1. package java.lang;
  2.  
  3. public class InterruptedException extends Exception {
  4.    public InterruptedException() {
  5.    }
  6.  
  7.    public InterruptedException(String s) {
  8.       super(s);
  9.    }
  10. }
  11.